home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 066 (1988-08-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 066 (1988-08-15)(Ossowski, Stefan)(DE)(PD).adf / Ani_Pointers / intuall.h < prev    next >
C/C++ Source or Header  |  1988-06-02  |  1KB  |  56 lines

  1.  
  2. /*** intuall.h **************************************************************
  3.  *
  4.  *  intuall.h, general includer for intuition
  5.  *
  6.  *  Confidential Information: Commodore-Amiga, Inc.
  7.  *  Copyright (c) Commodore-Amiga, Inc.
  8.  *
  9.  *                          Modification History
  10.  *    date        author :       Comments
  11.  *    ------      ------      -------------------------------------
  12.  *    1-30-85     -=RJ=-      created this file!
  13.  *
  14.  ****************************************************************************/
  15.  
  16. #include <exec/types.h>
  17. #include <exec/tasks.h>
  18. #include <exec/nodes.h>
  19. #include <exec/lists.h>
  20. #include <exec/libraries.h>
  21. #include <exec/ports.h>
  22. #include <exec/interrupts.h>
  23. #include <exec/io.h>
  24. #include <exec/memory.h>
  25.  
  26. /* ALWAYS INCLUDE GFX.H before any other amiga includes */
  27. #include <graphics/gfx.h>
  28.  
  29. #include <hardware/blit.h>
  30. #include <graphics/collide.h>
  31. #include <graphics/copper.h>
  32. #include <graphics/display.h>
  33. #include <hardware/dmabits.h>
  34. #include <graphics/gels.h>
  35. #include <graphics/clip.h>
  36. #include <graphics/rastport.h>
  37. #include <graphics/view.h>
  38. #include <graphics/gfxbase.h>
  39. #include <hardware/intbits.h>
  40. #include <graphics/gfxmacros.h>
  41. #include <graphics/layers.h>
  42. #include <graphics/text.h>
  43. #include <hardware/custom.h>
  44.  
  45. extern struct Custom custom;
  46.  
  47. #include <devices/timer.h>
  48. #include <devices/inputevent.h>
  49.  
  50. /*#include <intuition/intuition.h>*/
  51.  
  52. #define INTUITION_INTUITIONBASE_H TRUE
  53. #include <intuition/intuition.h>
  54.  
  55.  
  56.